@import './reset.css';
@import './base.css';
@import './common.css';

.banner {
  height: 840px;
  overflow: hidden;
}
.banner .swiper-container {
  height: 100%;
}

.business-list {
  justify-content: center;
  align-items: center;
}
.businees-item {
  position: relative;
  --width: 180px;
  flex: 0 0 var(--width);
  width: var(--width);
  padding: 30px 20px;
  text-align: center;
}

.businees-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(../images/bz_line.png) no-repeat;
  background-size: cover;
}
.businees-item:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(../images/bz_line.png) no-repeat;
  background-size: cover;
}

.businees-item h3 {
  font-size: var(--font-h4);

  color: #333;
}
.businees-item p {
  font-size: var(--font-small);
  color: #33363c;
}

.case {
  padding: 30px 0;
}
.pano-list {
  justify-content: space-between;
}
.pano-item {
  padding: 0 10px;
  width: 400px;
  box-sizing: border-box;
}

.pano-item .pano-item-hd .img-box {
  overflow: hidden;
}

    .pano-item .pano-item-ft {
        --height: 50px;
        display: flex;
        /*justify-content: space-around;*/
        height: var(--height);
        line-height: var(--height);
        background-color: #ffffff; /*var(--color-blue);*/
        color: var(--desc-color); /*var(--color-white);*/
        text-align: left;
        overflow: hidden;
        padding-left:5px;
    }

        .pano-item .pano-item-ft a {
            color: var(--desc-color); /*var(--color-white);*/
        }

.pano-item .pano-item-ft a:hover {
  color: var(--color-yellow);
}

.pano-item .pano-item-ft strong {
  font-size: var(--font-h6);
}
.pano-item .pano-item-ft span {
  font-size: var(--font-large);
  margin-left: 10px;
}

.pano-item .img-box {
  width: 100%;
  max-height: 360px;
}

/* service */
.service h3.sub-title {
  color: var(--color-blue);
  margin-top: 10px;
}

.service .pano-video .video-wrap {
  position: relative;
  margin: 40px auto;
  width: 426px;
  height: 360px;
  padding: 10px;
  overflow: hidden;
  background: url(../images/video_bg.png) no-repeat center;
}
.service .pano-video .video-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: -42px;
  width: 100%;
  height: 100%;
  background: url(../images/video_poster.png) no-repeat center;
}

.service .video-wrap .play-icon {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../images/play_icon.png) no-repeat center;
  z-index: 2;
  cursor: pointer;
}

.service .info-list {
  flex-wrap: wrap;
  padding: 30px 0;
}
.service .info-item {
  display: flex;
  flex: 0 0 50%;
  padding: 40px 0;
  text-align: left;
}
.service .info-item .icon {
  flex: 0 0 100px;
}
.service .info-item .content {
  flex: 1;
  padding-left: 45px;
  padding-right: 30px;
}

/*  */
.code {
  height: 650px;
  background: url(../images/code_bg.png) no-repeat;
  background-size: cover;
}
.code .code-list {
  padding: 70px 0;
}

.code .code-item {
  position: relative;
  flex: 0 0 25%;
  height: 500px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}

.code .code-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.code .code-item .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px 35px;
  box-sizing: border-box;
  z-index: 9;
}

.code .code-item h2 {
  position: relative;
  font-size: var(--font-h3);
  color: var(--color-yellow);
  padding: 30px 0;
  text-align: center;
}

.code .code-item h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 2px;
  left: 50%;
  margin-left: -50px;
  background-color: var(--color-yellow);
}

.code .code-item .text {
  font-weight: 400;
  line-height: 24px;
  color: var(--color-white);
  line-height: 30px;
  font-size: var(--font-medium);
}

.code .code-item:nth-of-type(1) {
  background: url(../images/bgimg1.png) no-repeat;
}
.code .code-item:nth-of-type(2) {
  background: url(../images/bgimg2.png) no-repeat;
}
.code .code-item:nth-of-type(3) {
  background: url(../images/bgimg3.png) no-repeat;
}
.code .code-item:nth-of-type(4) {
  background: url(../images/bgimg4.png) no-repeat;
}

.profit .profit-item {
  flex: 0 0 33.33%;
  padding: 30px;
  box-sizing: border-box;
}

.profit .profit-item.bg {
  background: url(../images/profit_bg.png) no-repeat center;
  background-size: 80% 100%;
}

/* 盈利模式 */
.process {
  background: url(../images/process_bg.png) no-repeat;
  background-size: cover;
}

.process h2 {
  font-size: var(--font-h3);
  color: var(--color-yellow);
}

.process .line {
  height: 1px;
  width: 100%;
  background-color: var(--color-yellow);
  margin-top: 80px;
  margin-bottom: 60px;
}

.process-item {
  position: relative;
  flex: 1;
}

.process-item:not(:last-child)::after {
  position: absolute;
  content: '';
  right: -15px;
  top: 45px;
  width: 27px;
  height: 49px;
  background: url(../images/lc_gt.png) no-repeat;
  background-size: 100%;
}

.process-item .icon {
  --size: 100px;
  margin: 20px auto;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: 50%;
  border: 1px solid var(--color-yellow);
}

.process-item p {
  color: var(--color-yellow);
  font-size: var(--font-large);
}

/* support */
.support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 25%;
  margin-bottom: 55px;
}

.support-item .text {
  padding-top: 24px;
  color: var(--color-black);
}

.support-item .icon {
  --size: 100px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  /* margin: 20px auto; */
  background: url(../images/support_bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.support-item .icon img{
    width:100%;
}

 .share {
  padding: 80px 0;
  background: url(../images/share_bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.share h2.title {
  color: var(--color-white);
}

.share h2.title::after {
  background-color: var(--color-white);
}

.share-item {
  display: flex;
  flex: 0 0 33.33%;
  padding: 80px 0;
}
.share-item .icon {
  --size: 50px;
  width: var(--size);
  height: var(--size);
}

.share-item .content {
  flex: 1;
  text-align: left;
  padding-left: 40px;
  padding-right: 60px;
}

.share-item .content .title {
  font-size: var(--font-h3);
  color: var(--color-yellow);
  margin-bottom: 20px;
}

.share-item .content .text {
  color: var(--color-white);
}

/* func */

.func .tab-head {
  padding: 20px 0 50px 0;
}

.func .tab-head-item {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  margin-right: 20px;
  border-radius: 25px;
  border: 1px solid var(--color-grey);
  font-size: var(--font-large);
  color: var(--title-color);
  background-color: var(--color-white);
  cursor: pointer;
}

.func .tab-head-item.active {
  background-color: var(--color-blue);
  color: var(--color-white);
  border-color: var(--color-blue);
}

.func .tab-body {
  display: none;
}

.func .tab-body.active {
  display: block;
}
.func .tab-body ul .item {
  flex: 0 0 12.5%;
}
.func .tab-body .icon {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  margin: 10px auto;
}
.func .tab-body .icon img {
  --size: 100%;
  width: var(--size);
  height: var(--size);
}

/* 项目优势 */
.project-list {
  box-shadow: 0 0 5px 3px #ccc;
}

.project-item {
  display: flex;
  flex: 0 0 50%;
  height: 300px;
  overflow: hidden;
}

.project-item .content {
  flex: 0 0 50%;
  padding: 30px;
  text-align: left;
  box-sizing: border-box;
}

.project-item .content h4 {
  font-size: var(--font-h4);
  color: var(--title-color);
}

.project-item p.text {
  color: var(--desc-color);
  font-size: var(--font-large);
}

.project-item .img-box {
  flex: 0 0 50%;
}

/* 应用场景 */
.scene-list {
  margin-left: -20px;
}

.screen-item {
  float: left;
  width: calc(50% - 20px);
  height: 210px;
  padding: 30px 50px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: var(--color-white);
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}

.screen-item .inner {
  display: flex;
}

.screen-item .content {
  padding-left: 50px;
}

.screen-item .content h4 {
  font-size: var(--font-h4);

  margin-top: 0;
}

/* 行业新闻 */
.news-item {
  float: left;
  width: calc(50% - 20px);
  height: 140px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: var(--color-white);
  box-sizing: border-box;
  text-align: left;
}

.news-item .inner {
  border-radius: 6px;
  border: 1px solid var(--color-grey);
  overflow: hidden;
}

.news-item .inner .img-box {
  flex: 0 0 280px;
      height: 140px;
}

.news-item .inner .content {
  flex: 1;
  padding: 0 20px;
}

.news-item .inner h3 a {
  color: var(--title-color);
  font-size: var(--font-h6);
}
.news-item .inner h3 a:hover {
  color: var(--color-blue);
}
.news-item .inner p.description {
  font-size: var(--font-medium);
}

.news-item .inner .date {
  margin-top: 12px;
  font-size: var(--font-medium);
  color: var(--color-grey);
}

.searchBox {
    width: 700px;
    height: 160px;
    /* margin: 240px auto 0; */
    position: absolute;
    left: 50%;
    top: 40%;
    width: -350px;
    margin-top: -80px;
    margin-left: -350px;
}

    .searchBox h1 {
        text-align: center;
        letter-spacing: 15px;
        color: #fff;
        font-size: 50px;
        font-weight: 400;
        margin-bottom: 50px;
        cursor: default;
    }

.swiper-container {
    width: 580px;
    height: 400px;
    margin: 0 0 0 20px;
    float:left;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-slide img {
    width: 550px;
    height: 400px;
}

.swright {
    width: 600px;
    height: 400px;
    margin: 0 0;
    float: right;
}
.swtitle {
    width: 100%;
    height: 30px;
    background-color: #c0a264;
    line-height: 30px;
    color: #fff;
    cursor: default;
}

.swtitle1 {
    width: 100%;
    height: 30px;
    background-color: #c0a264;
    line-height: 30px;
    color: #fff;
    cursor: default;
}

    .swtitle.active {
        background-color: #0094bb;
    }

.swtext {
    font-size: var(--font-large);
    /*color: var(--desc-color);*/
    height: 105px;
    overflow: hidden;
    color: #484747;
}

.swtext a{
    color: #484747;
}

.swline {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 24px;
    display: block;
    float: left;
    color: #484747;
    text-align: left;
}

.swline a{
    color: #484747;
}
    .swline span {
        color: #2098d1;
        font-size: 20px;
    }
.swfr {
    color: #484747;
    float: right;
}


.swtitle {
    width: 100%;
    height: 30px;
    background-color: #c0a264;
    line-height: 30px;
    color: #fff;
    cursor: default;
}

.swbotton {
    width: 100%;
    height: 30px;
    background-color: #c0a264;
    line-height: 30px;
    color: #fff;
    cursor: default;
    width: 80px;
    text-align: center;
    float: left;
}

    .swbotton.active {
        background-color: #0094bb;
    }

.swcs {
    float: left;
    text-align: left;
    width: 280px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    height: 185px;
}

    .swcs a {
        color: #484747;
    }